home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist standard.bsu goto recon
- echo 'GOREAL' has already been run on this installation.
- echo Use the CONFIGURE option on the SETUP menu to examine the
- echo current setup for the program.
- goto end
- :recon
- echo This batch file will re-configure
- echo BIBLOGIC to use the following files:
- echo ------------------------------------
- echo Database: DATABASE
- echo Journal list: JOURNALS
- echo Print format: PRINTFOR
- echo ------------------------------------
- del biblogic.bsu
- rename standard.bsu biblogic.bsu
- echo ***** WARNING *****
- echo The "EXAMPLE" database, journal list
- echo and print format will now be erased.
- echo Type "<Ctrl C>Y" to stop without
- echo deleting the examples or
- pause
- del \biblogic\example.*
- :end
-